Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(s(0),g(x))  → f(x,g(x))
2:    g(s(x))  → g(x)
There are 2 dependency pairs:
3:    F(s(0),g(x))  → F(x,g(x))
4:    G(s(x))  → G(x)
The approximated dependency graph contains 2 SCCs: {3} and {4}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006